projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3b9dfe
)
Adwaita: Don't render focus around labels with links
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Apr 2020 01:18:01 +0000
(21:18 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Apr 2020 01:19:36 +0000
(21:19 -0400)
This avoids the 'double outline' problem for labels
with links.
Fixes: #135
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 24a0db293ccb4f76aa33d9565682e6235676e7a2..845c8a958fc2e0f77381440896991ed0623a04f7 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-42,7
+42,8
@@
dnd {
* Outlines *
********/
-label:focus(visible),
+:focus(visible) link,
+label:focus(visible):not(.link),
row:focus(visible),
flowboxchild:focus(visible) {
// We use the outline properties to signal the focus properties